home *** CD-ROM | disk | FTP | other *** search
/ Undertow Press Kit / Undertow Press Kit.iso / pc / DLWindow.dxr / 00018_button_exit.ls < prev    next >
Encoding:
Text File  |  2004-04-29  |  92 b   |  7 lines

  1. on mouseUp me
  2.   tell the stage
  3.     go("Quit")
  4.     window("DLWindow").close()
  5.   end tell
  6. end
  7.